void main (){ int i=0; int *ptr; ptr=&i; printf("%d", *ptr);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login